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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46699",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46697",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46698,
    "results": [
        {
            "start": 875051092,
            "stop": 875051116
        },
        {
            "start": 875051117,
            "stop": 875051124
        },
        {
            "start": 875051125,
            "stop": 875051148
        },
        {
            "start": 875051149,
            "stop": 875051198
        },
        {
            "start": 875051199,
            "stop": 875051217
        },
        {
            "start": 875051218,
            "stop": 875051292
        },
        {
            "start": 875051294,
            "stop": 875051331
        },
        {
            "start": 875051332,
            "stop": 875051352
        },
        {
            "start": 875051353,
            "stop": 875051380
        },
        {
            "start": 875051381,
            "stop": 875051484
        },
        {
            "start": 875051485,
            "stop": 875051519
        },
        {
            "start": 875051520,
            "stop": 875051538
        },
        {
            "start": 875051539,
            "stop": 875051667
        },
        {
            "start": 875051668,
            "stop": 875051712
        },
        {
            "start": 875051713,
            "stop": 875051743
        },
        {
            "start": 875051744,
            "stop": 875051757
        },
        {
            "start": 875051759,
            "stop": 875051775
        },
        {
            "start": 875051777,
            "stop": 875051793
        },
        {
            "start": 875051794,
            "stop": 875051836
        },
        {
            "start": 875051837,
            "stop": 875051844
        }
    ]
}