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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=300",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 301,
    "results": [
        {
            "start": 832467198,
            "stop": 832467498
        },
        {
            "start": 832468685,
            "stop": 832468805
        },
        {
            "start": 832468957,
            "stop": 832472557
        },
        {
            "start": 832473385,
            "stop": 832479745
        },
        {
            "start": 832484121,
            "stop": 832484241
        },
        {
            "start": 832484402,
            "stop": 832484462
        },
        {
            "start": 832484635,
            "stop": 832487815
        },
        {
            "start": 832488107,
            "stop": 832489367
        },
        {
            "start": 832489517,
            "stop": 832491047
        },
        {
            "start": 832492258,
            "stop": 832493818
        },
        {
            "start": 832494709,
            "stop": 832496749
        },
        {
            "start": 832497012,
            "stop": 832500312
        },
        {
            "start": 832501226,
            "stop": 832501766
        },
        {
            "start": 832501935,
            "stop": 832501995
        },
        {
            "start": 832514008,
            "stop": 832514248
        },
        {
            "start": 832518599,
            "stop": 832520339
        },
        {
            "start": 832526882,
            "stop": 832527482
        },
        {
            "start": 832535818,
            "stop": 832535998
        },
        {
            "start": 832536172,
            "stop": 832536592
        },
        {
            "start": 832536747,
            "stop": 832536867
        }
    ]
}