Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=127
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=126",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 127,
    "results": [
        {
            "start": 816742302,
            "stop": 816742304
        },
        {
            "start": 816742309,
            "stop": 816742325
        },
        {
            "start": 816742329,
            "stop": 816742337
        },
        {
            "start": 816742340,
            "stop": 816742424
        },
        {
            "start": 816742432,
            "stop": 816742447
        },
        {
            "start": 816742450,
            "stop": 816742467
        },
        {
            "start": 816742471,
            "stop": 816742491
        },
        {
            "start": 816742495,
            "stop": 816742502
        },
        {
            "start": 816742513,
            "stop": 816742517
        },
        {
            "start": 816742525,
            "stop": 816742527
        },
        {
            "start": 816742536,
            "stop": 816742541
        },
        {
            "start": 816742544,
            "stop": 816742545
        },
        {
            "start": 816742551,
            "stop": 816742623
        },
        {
            "start": 816742626,
            "stop": 816742642
        },
        {
            "start": 816742646,
            "stop": 816742649
        },
        {
            "start": 816742654,
            "stop": 816742706
        },
        {
            "start": 816742712,
            "stop": 816742720
        },
        {
            "start": 816742724,
            "stop": 816742787
        },
        {
            "start": 816742798,
            "stop": 816742859
        },
        {
            "start": 816742863,
            "stop": 816742952
        }
    ]
}