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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=139",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 140,
    "results": [
        {
            "start": 833757520,
            "stop": 833811793
        },
        {
            "start": 833813220,
            "stop": 833822050
        },
        {
            "start": 833822051,
            "stop": 833827197
        },
        {
            "start": 833830049,
            "stop": 833832972
        },
        {
            "start": 833832975,
            "stop": 833833849
        },
        {
            "start": 833834512,
            "stop": 833836573
        },
        {
            "start": 833837193,
            "stop": 833838880
        },
        {
            "start": 833838881,
            "stop": 833839513
        },
        {
            "start": 833840116,
            "stop": 833845546
        },
        {
            "start": 833846466,
            "stop": 833853349
        },
        {
            "start": 833853350,
            "stop": 833868583
        },
        {
            "start": 833869355,
            "stop": 833885516
        },
        {
            "start": 833887097,
            "stop": 833917996
        },
        {
            "start": 833920079,
            "stop": 833921734
        },
        {
            "start": 833926792,
            "stop": 833942654
        },
        {
            "start": 833942658,
            "stop": 833947540
        },
        {
            "start": 833948722,
            "stop": 833950463
        },
        {
            "start": 833954511,
            "stop": 833954611
        },
        {
            "start": 833955327,
            "stop": 833957652
        },
        {
            "start": 833974972,
            "stop": 833987293
        }
    ]
}