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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=329",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 330,
    "results": [
        {
            "start": 844694773,
            "stop": 844696186
        },
        {
            "start": 844700387,
            "stop": 844700992
        },
        {
            "start": 844701177,
            "stop": 844701725
        },
        {
            "start": 844701826,
            "stop": 844702771
        },
        {
            "start": 844702869,
            "stop": 844702901
        },
        {
            "start": 844762918,
            "stop": 844762932
        },
        {
            "start": 844762974,
            "stop": 844764090
        },
        {
            "start": 844764092,
            "stop": 844764331
        },
        {
            "start": 844764333,
            "stop": 844764496
        },
        {
            "start": 844764497,
            "stop": 844764611
        },
        {
            "start": 844764613,
            "stop": 844764760
        },
        {
            "start": 844764762,
            "stop": 844764858
        },
        {
            "start": 844764859,
            "stop": 844764988
        },
        {
            "start": 844765522,
            "stop": 844767268
        },
        {
            "start": 844767270,
            "stop": 844768863
        },
        {
            "start": 844768864,
            "stop": 844771320
        },
        {
            "start": 844771322,
            "stop": 844773776
        },
        {
            "start": 844774747,
            "stop": 844777288
        },
        {
            "start": 844777289,
            "stop": 844778082
        },
        {
            "start": 844779664,
            "stop": 844780482
        }
    ]
}