Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=130
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=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=129",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 130,
    "results": [
        {
            "start": 827154224,
            "stop": 827154235
        },
        {
            "start": 827154237,
            "stop": 827154290
        },
        {
            "start": 827155144,
            "stop": 827155261
        },
        {
            "start": 827160259,
            "stop": 827161380
        },
        {
            "start": 827162009,
            "stop": 827162162
        },
        {
            "start": 827162240,
            "stop": 827166826
        },
        {
            "start": 827166829,
            "stop": 827167113
        },
        {
            "start": 827168150,
            "stop": 827171012
        },
        {
            "start": 827171016,
            "stop": 827172093
        },
        {
            "start": 827172237,
            "stop": 827172542
        },
        {
            "start": 827174994,
            "stop": 827175740
        },
        {
            "start": 827175809,
            "stop": 827176722
        },
        {
            "start": 827176775,
            "stop": 827178592
        },
        {
            "start": 827182017,
            "stop": 827182323
        },
        {
            "start": 827185193,
            "stop": 827185590
        },
        {
            "start": 827185660,
            "stop": 827187029
        },
        {
            "start": 827187099,
            "stop": 827187633
        },
        {
            "start": 827187634,
            "stop": 827187635
        },
        {
            "start": 827187638,
            "stop": 827190178
        },
        {
            "start": 827192970,
            "stop": 827193315
        }
    ]
}