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=320
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=321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=319",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 320,
    "results": [
        {
            "start": 843832513,
            "stop": 843833033
        },
        {
            "start": 843836136,
            "stop": 843836166
        },
        {
            "start": 843836167,
            "stop": 843836170
        },
        {
            "start": 843836172,
            "stop": 843836333
        },
        {
            "start": 843839185,
            "stop": 843840355
        },
        {
            "start": 843842230,
            "stop": 843846943
        },
        {
            "start": 843854133,
            "stop": 843857115
        },
        {
            "start": 843857116,
            "stop": 843858230
        },
        {
            "start": 843858985,
            "stop": 843864188
        },
        {
            "start": 843864239,
            "stop": 843891070
        },
        {
            "start": 843948012,
            "stop": 843948295
        },
        {
            "start": 843948297,
            "stop": 843948324
        },
        {
            "start": 843948326,
            "stop": 843949045
        },
        {
            "start": 843949582,
            "stop": 843952561
        },
        {
            "start": 843952563,
            "stop": 843952711
        },
        {
            "start": 843952830,
            "stop": 843959677
        },
        {
            "start": 843959679,
            "stop": 843963314
        },
        {
            "start": 843963316,
            "stop": 843973444
        },
        {
            "start": 843973445,
            "stop": 843975476
        },
        {
            "start": 843975478,
            "stop": 843981512
        }
    ]
}