Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=150
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=149",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 150,
    "results": [
        {
            "start": 821539793,
            "stop": 821539826
        },
        {
            "start": 821539829,
            "stop": 821540008
        },
        {
            "start": 821540011,
            "stop": 821541195
        },
        {
            "start": 821541198,
            "stop": 821542850
        },
        {
            "start": 821542853,
            "stop": 821542867
        },
        {
            "start": 821542870,
            "stop": 821543294
        },
        {
            "start": 821543297,
            "stop": 821543976
        },
        {
            "start": 821543979,
            "stop": 821544311
        },
        {
            "start": 821544314,
            "stop": 821544437
        },
        {
            "start": 821544440,
            "stop": 821544944
        },
        {
            "start": 821544947,
            "stop": 821546175
        },
        {
            "start": 821546178,
            "stop": 821546495
        },
        {
            "start": 821546498,
            "stop": 821546645
        },
        {
            "start": 821546648,
            "stop": 821546684
        },
        {
            "start": 821546687,
            "stop": 821546945
        },
        {
            "start": 821546948,
            "stop": 821546968
        },
        {
            "start": 821546971,
            "stop": 821547004
        },
        {
            "start": 821547007,
            "stop": 821547042
        },
        {
            "start": 821547047,
            "stop": 821547059
        },
        {
            "start": 821547062,
            "stop": 821547167
        }
    ]
}