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=683
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=684",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=682",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 683,
    "results": [
        {
            "start": 854795046,
            "stop": 854795406
        },
        {
            "start": 854795556,
            "stop": 854797266
        },
        {
            "start": 854797471,
            "stop": 854802871
        },
        {
            "start": 854803222,
            "stop": 854806762
        },
        {
            "start": 854806931,
            "stop": 854807111
        },
        {
            "start": 854836912,
            "stop": 854837032
        },
        {
            "start": 854837466,
            "stop": 854839806
        },
        {
            "start": 854839980,
            "stop": 854847840
        },
        {
            "start": 854848052,
            "stop": 854848472
        },
        {
            "start": 854848690,
            "stop": 854862070
        },
        {
            "start": 854862300,
            "stop": 854866770
        },
        {
            "start": 854866920,
            "stop": 854871240
        },
        {
            "start": 854872277,
            "stop": 854876837
        },
        {
            "start": 854877154,
            "stop": 854877574
        },
        {
            "start": 854878116,
            "stop": 854879556
        },
        {
            "start": 854879706,
            "stop": 854888136
        },
        {
            "start": 854891152,
            "stop": 854893612
        },
        {
            "start": 854906427,
            "stop": 854907687
        },
        {
            "start": 854911583,
            "stop": 854913263
        },
        {
            "start": 854924194,
            "stop": 854925094
        }
    ]
}