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/H1_STOCH_CAT1/segments?format=api&page=1493
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1494",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1492",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1493,
    "results": [
        {
            "start": 865949786,
            "stop": 865949826
        },
        {
            "start": 865949829,
            "stop": 865949834
        },
        {
            "start": 865950246,
            "stop": 865957874
        },
        {
            "start": 865958043,
            "stop": 865965697
        },
        {
            "start": 865974877,
            "stop": 865983160
        },
        {
            "start": 865983274,
            "stop": 865990337
        },
        {
            "start": 865992600,
            "stop": 865996603
        },
        {
            "start": 865997050,
            "stop": 866032223
        },
        {
            "start": 866032695,
            "stop": 866053479
        },
        {
            "start": 866053482,
            "stop": 866079467
        },
        {
            "start": 866082449,
            "stop": 866087272
        },
        {
            "start": 866087548,
            "stop": 866098657
        },
        {
            "start": 866098660,
            "stop": 866129705
        },
        {
            "start": 866130008,
            "stop": 866131759
        },
        {
            "start": 866131762,
            "stop": 866134895
        },
        {
            "start": 866138631,
            "stop": 866139302
        },
        {
            "start": 866139305,
            "stop": 866160775
        },
        {
            "start": 866160778,
            "stop": 866160783
        },
        {
            "start": 866160786,
            "stop": 866160822
        },
        {
            "start": 866161105,
            "stop": 866164916
        }
    ]
}