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=761
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=762",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=760",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 761,
    "results": [
        {
            "start": 859489115,
            "stop": 859489235
        },
        {
            "start": 859489265,
            "stop": 859489715
        },
        {
            "start": 859489855,
            "stop": 859490155
        },
        {
            "start": 859490911,
            "stop": 859491451
        },
        {
            "start": 859491594,
            "stop": 859495914
        },
        {
            "start": 859515352,
            "stop": 859516612
        },
        {
            "start": 859516871,
            "stop": 859518641
        },
        {
            "start": 859518671,
            "stop": 859518851
        },
        {
            "start": 859518881,
            "stop": 859519871
        },
        {
            "start": 859522379,
            "stop": 859526489
        },
        {
            "start": 859526519,
            "stop": 859530599
        },
        {
            "start": 859533798,
            "stop": 859534008
        },
        {
            "start": 859534158,
            "stop": 859537638
        },
        {
            "start": 859537788,
            "stop": 859537938
        },
        {
            "start": 859538627,
            "stop": 859543907
        },
        {
            "start": 859544047,
            "stop": 859547287
        },
        {
            "start": 859547477,
            "stop": 859547807
        },
        {
            "start": 859547957,
            "stop": 859548377
        },
        {
            "start": 859548467,
            "stop": 859549277
        },
        {
            "start": 859549307,
            "stop": 859549547
        }
    ]
}